home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / lookhere / money.frm (.txt) < prev   
Encoding:
Visual Basic Form  |  1995-05-08  |  2.6 KB  |  85 lines

  1. VERSION 2.00
  2. Begin Form Money 
  3.    Caption         =   "Registration Info"
  4.    ClientHeight    =   2475
  5.    ClientLeft      =   1095
  6.    ClientTop       =   1485
  7.    ClientWidth     =   6345
  8.    Height          =   2880
  9.    Left            =   1035
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2475
  15.    ScaleWidth      =   6345
  16.    Top             =   1140
  17.    Width           =   6465
  18.    Begin CommandButton Command1 
  19.       Caption         =   "OK"
  20.       Height          =   495
  21.       Left            =   2400
  22.       TabIndex        =   4
  23.       Top             =   1800
  24.       Width           =   1335
  25.    End
  26.    Begin Label Label4 
  27.       Caption         =   "Duluth, GA 30136"
  28.       FontBold        =   -1  'True
  29.       FontItalic      =   0   'False
  30.       FontName        =   "MS Sans Serif"
  31.       FontSize        =   9.75
  32.       FontStrikethru  =   0   'False
  33.       FontUnderline   =   0   'False
  34.       Height          =   255
  35.       Left            =   2280
  36.       TabIndex        =   3
  37.       Top             =   1320
  38.       Width           =   1815
  39.    End
  40.    Begin Label Label3 
  41.       Caption         =   "3596 W. Lawrenceville St."
  42.       FontBold        =   -1  'True
  43.       FontItalic      =   0   'False
  44.       FontName        =   "MS Sans Serif"
  45.       FontSize        =   9.75
  46.       FontStrikethru  =   0   'False
  47.       FontUnderline   =   0   'False
  48.       Height          =   255
  49.       Left            =   1920
  50.       TabIndex        =   2
  51.       Top             =   1080
  52.       Width           =   2775
  53.    End
  54.    Begin Label Label2 
  55.       Caption         =   "Jacob A. Jackson"
  56.       FontBold        =   -1  'True
  57.       FontItalic      =   0   'False
  58.       FontName        =   "MS Sans Serif"
  59.       FontSize        =   9.75
  60.       FontStrikethru  =   0   'False
  61.       FontUnderline   =   0   'False
  62.       Height          =   255
  63.       Left            =   2280
  64.       TabIndex        =   1
  65.       Top             =   840
  66.       Width           =   1935
  67.    End
  68.    Begin Label Label1 
  69.       Caption         =   "To register this wonderful product send $5.00 US to:"
  70.       FontBold        =   -1  'True
  71.       FontItalic      =   0   'False
  72.       FontName        =   "MS Sans Serif"
  73.       FontSize        =   9.75
  74.       FontStrikethru  =   0   'False
  75.       FontUnderline   =   0   'False
  76.       Height          =   375
  77.       Left            =   360
  78.       TabIndex        =   0
  79.       Top             =   240
  80.       Width           =   5415
  81.    End
  82. Sub Command1_Click ()
  83.     Unload Money
  84. End Sub
  85.